home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12630 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  750 b 

  1. Path: cyberus.ca!news
  2. From: Jan Burle <bc166@freenet.carleton.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Communication between WIN apps?
  5. Date: Tue, 19 Mar 1996 09:42:18 -0500
  6. Organization: Cyberus Online Inc.
  7. Message-ID: <314EC7CA.22DC@freenet.carleton.ca>
  8. References: <4im3n4$hor@lantana.singnet.com.sg>
  9. NNTP-Posting-Host: dialup103.cyberus.ca
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. Mikhail Choo W.M. wrote:
  16.  
  17. > Hi there,
  18. >      I was wondering if there is a way for windows applications to communicate
  19. > between one another. 
  20.  
  21. Registered windows messages may be used for a simple way of communication.
  22.  
  23. see: RegisterWindowMessage, PostAppMessage, etc..
  24.  
  25. Jan.
  26.  
  27.